Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionTSParser.cpp417ir::TSTypeParameterDeclaration *typeParamDecl, in CreateCallExpression()
451 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParsePotentialArrowExpression() local
DTypedParser.cpp238 …ir::TSTypeParameterDeclaration *typeParamDecl = ParseTypeParameterDeclaration(&typeParamDeclOption… in ParseGenericArrowFunction() local
485 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseInterfaceDeclaration() local
820 ir::AstNode *typeParamDecl; in ParseTypeParameterDeclaration() local
954 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseClassDefinition() local
DTSparser.cpp208 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTypeAliasDeclaration() local
1227 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseFunctionType() local
1503 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseSignatureMember() local
1696 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParsePropertyOrMethodSignature() local
DETSparserClasses.cpp890 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseInterfaceBody() local
950 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseClassDefinition() local
DASparser.cpp132 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTypeAliasDeclaration() local
1054 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParsePropertyOrMethodSignature() local
DexpressionParser.cpp306ir::TSTypeParameterDeclaration *typeParamDecl, in ParseArrowFunctionExpressionBody()
415ir::TSTypeParameterDeclaration *typeParamDecl, in ParseArrowFunctionExpression()
DparserImpl.cpp964 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.cpp1522 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTsTypeLiteralOrInterfaceMember() local
1929 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTsFunctionType() local
3221 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseClassDefinition() local
3991 auto *typeParamDecl = in ParseTsTypeParameterDeclaration() local
4068 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/
DdefaultParametersInConstructorLowering.cpp96 ir::TSTypeParameterDeclaration *typeParamDecl = CreateParameterDeclaraion(method, ctx); in CreateFunctionSignature() local