Home
last modified time | relevance | path

Searched refs:ParseArrowFunctionExpression (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp460 ir::ArrowFunctionExpression *ParserImpl::ParseArrowFunctionExpression(ir::Expression *expr, in ParseArrowFunctionExpression() function in panda::es2panda::parser::ParserImpl
581 return ParseArrowFunctionExpression(restElement, nullptr, returnTypeAnnotation, false); in ParseCoverParenthesizedExpressionAndArrowParameterList()
599 … auto *arrowExpr = ParseArrowFunctionExpression(nullptr, nullptr, returnTypeAnnotation, false); in ParseCoverParenthesizedExpressionAndArrowParameterList()
643 return ParseArrowFunctionExpression(expr, nullptr, returnTypeAnnotation, false); in ParseCoverParenthesizedExpressionAndArrowParameterList()
751 return ParseArrowFunctionExpression(lhsExpression, nullptr, nullptr, false); in ParseAssignmentExpression()
1430 …ir::ArrowFunctionExpression *arrowFuncExpr = ParseArrowFunctionExpression(identRef, nullptr, nullp… in ParsePotentialArrowExpression()
1437 ParseArrowFunctionExpression(*returnExpression, nullptr, nullptr, true); in ParsePotentialArrowExpression()
1481ParseArrowFunctionExpression(callExpression, typeParamDecl, returnTypeAnnotation, true); in ParsePotentialArrowExpression()
DparserImpl.h378 ir::ArrowFunctionExpression *ParseArrowFunctionExpression(ir::Expression *expr,