Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionTSParser.cpp410ir::TSTypeParameterDeclaration *typeParamDecl, in CreateCallExpression()
442 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParsePotentialArrowExpression() local
DTypedParser.cpp206 …ir::TSTypeParameterDeclaration *typeParamDecl = ParseTypeParameterDeclaration(&typeParamDeclOption… in ParseGenericArrowFunction() local
447 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseInterfaceDeclaration() local
762 ir::AstNode *typeParamDecl; in ParseTypeParameterDeclaration() local
894 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseClassDefinition() local
DTSparser.cpp205 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTypeAliasDeclaration() local
1211 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseFunctionType() local
1486 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseSignatureMember() local
1674 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParsePropertyOrMethodSignature() local
DETSparserClasses.cpp630 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseInterfaceBody() local
690 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseClassDefinition() local
DASparser.cpp131 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTypeAliasDeclaration() local
1032 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParsePropertyOrMethodSignature() local
DexpressionParser.cpp300ir::TSTypeParameterDeclaration *typeParamDecl, in ParseArrowFunctionExpressionBody()
409ir::TSTypeParameterDeclaration *typeParamDecl, in ParseArrowFunctionExpression()
DparserImpl.cpp892 ir::TSTypeParameterDeclaration *typeParamDecl = ParseFunctionTypeParameters(); in ParseFunctionSignature() local
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp379ir::TSTypeParameterDeclaration *typeParamDecl, in ParseArrowFunctionExpressionBody()
483ir::TSTypeParameterDeclaration *typeParamDecl, in ParseArrowFunctionExpression()
512 ir::TSTypeParameterDeclaration *typeParamDecl = ParseTsTypeParameterDeclaration(false); in ParseTsGenericArrowFunction() local
1468 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParsePotentialArrowExpression() local
DparserImpl.cpp1514 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTsTypeLiteralOrInterfaceMember() local
1918 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTsFunctionType() local
3124 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseClassDefinition() local
3843 auto *typeParamDecl = in ParseTsTypeParameterDeclaration() local
3920 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseFunction() local
DstatementParser.cpp729 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTsTypeAliasDeclaration() local
783 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTsInterfaceDeclaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DdefaultParameterLowering.cpp98 ir::TSTypeParameterDeclaration *typeParamDecl = CreateParameterDeclaraion(method, ctx); in CreateFunctionSignature() local