Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DdefaultParameterLowering.cpp98 ir::TSTypeParameterDeclaration *typeParamDecl = CreateParameterDeclaraion(method, ctx); in CreateFunctionSignature() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DexpressionTSParser.cpp442 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParsePotentialArrowExpression() local
408 CreateCallExpression(TSParser *parser, lexer::Lexer *lexer, ir::Expression **returnExpression, ir::TSTypeParameterDeclaration *typeParamDecl, const lexer::SourcePosition &startLoc) CreateCallExpression() argument
H A DETSparserClasses.cpp645 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseInterfaceBody() local
708 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseClassDefinition() local
H A DTypedParser.cpp207 ir::TSTypeParameterDeclaration *typeParamDecl = ParseTypeParameterDeclaration(&typeParamDeclOptions); in ParseGenericArrowFunction() local
451 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseInterfaceDeclaration() local
767 ir::AstNode *typeParamDecl; in ParseTypeParameterDeclaration() local
899 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; ParseClassDefinition() local
[all...]
H A DASparser.cpp131 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTypeAliasDeclaration() local
1032 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParsePropertyOrMethodSignature() local
H A 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 in ParsePropertyOrMethodSignature() local
[all...]
H A DexpressionParser.cpp298 ParseArrowFunctionExpressionBody(ArrowFunctionContext *arrowFunctionContext, ArrowFunctionDescriptor *desc, ir::TSTypeParameterDeclaration *typeParamDecl, ir::TypeNode *returnTypeAnnotation) ParseArrowFunctionExpressionBody() argument
408 ParseArrowFunctionExpression(ir::Expression *expr, ir::TSTypeParameterDeclaration *typeParamDecl, ir::TypeNode *returnTypeAnnotation, bool isAsync) ParseArrowFunctionExpression() argument
H A DparserImpl.cpp901 ir::TSTypeParameterDeclaration *typeParamDecl = ParseFunctionTypeParameters(); in ParseFunctionSignature() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp512 ir::TSTypeParameterDeclaration *typeParamDecl = ParseTsTypeParameterDeclaration(false); in ParseTsGenericArrowFunction() local
1468 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParsePotentialArrowExpression() local
376 ParseArrowFunctionExpressionBody(ArrowFunctionContext *arrowFunctionContext, binder::FunctionScope *functionScope, ArrowFunctionDescriptor *desc, ir::TSTypeParameterDeclaration *typeParamDecl, ir::Expression *returnTypeAnnotation) ParseArrowFunctionExpressionBody() argument
482 ParseArrowFunctionExpression(ir::Expression *expr, ir::TSTypeParameterDeclaration *typeParamDecl, ir::Expression *returnTypeAnnotation, bool isAsync) ParseArrowFunctionExpression() argument
[all...]
H A DstatementParser.cpp756 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTsTypeAliasDeclaration() local
810 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTsInterfaceDeclaration() local
H A DparserImpl.cpp1517 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTsTypeLiteralOrInterfaceMember() local
1921 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseTsFunctionType() local
3170 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; in ParseClassDefinition() local
3936 auto *typeParamDecl = ParseTsTypeParameterDeclaration() local
4013 ir::TSTypeParameterDeclaration *typeParamDecl = nullptr; ParseFunction() local
[all...]

Completed in 27 milliseconds