Home
last modified time | relevance | path

Searched defs:typeParamDecl (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionTSParser.cpp409ir::TSTypeParameterDeclaration *typeParamDecl, in CreateCallExpression()
441 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParsePotentialArrowExpression() local
DTypedParser.cpp215 …ir::TSTypeParameterDeclaration *typeParamDecl = ParseTypeParameterDeclaration(&typeParamDeclOption… in ParseGenericArrowFunction() local
470 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseInterfaceDeclaration() local
801 ir::AstNode *typeParamDecl; in ParseTypeParameterDeclaration() local
936 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseClassDefinition() local
DTSparser.cpp205 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTypeAliasDeclaration() local
1209 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseFunctionType() local
1483 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseSignatureMember() local
1671 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParsePropertyOrMethodSignature() local
DETSparserClasses.cpp683 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseInterfaceBody() local
746 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseClassDefinition() local
DASparser.cpp130 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTypeAliasDeclaration() local
1031 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParsePropertyOrMethodSignature() local
DexpressionParser.cpp328ir::TSTypeParameterDeclaration *typeParamDecl, in ParseArrowFunctionExpressionBody()
443ir::TSTypeParameterDeclaration *typeParamDecl, in ParseArrowFunctionExpression()
DparserImpl.cpp944 ir::TSTypeParameterDeclaration *typeParamDecl = ParseFunctionTypeParameters(); in ParseFunctionSignature() local
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp360ir::TSTypeParameterDeclaration *typeParamDecl, in ParseArrowFunctionExpressionBody()
464ir::TSTypeParameterDeclaration *typeParamDecl, in ParseArrowFunctionExpression()
493 ir::TSTypeParameterDeclaration *typeParamDecl = ParseTsTypeParameterDeclaration(false); in ParseTsGenericArrowFunction() local
1449 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParsePotentialArrowExpression() local
DparserImpl.cpp1519 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTsTypeLiteralOrInterfaceMember() local
1926 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTsFunctionType() local
3175 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseClassDefinition() local
3943 auto *typeParamDecl = in ParseTsTypeParameterDeclaration() local
4020 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseFunction() local
DstatementParser.cpp744 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTsTypeAliasDeclaration() local
798 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTsInterfaceDeclaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DdefaultParameterLowering.cpp103 ir::TSTypeParameterDeclaration *typeParamDecl = CreateParameterDeclaraion(method, ctx); in CreateFunctionSignature() local