Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionTSParser.cpp424 … parser->ParseArrowFunctionExpression(callExpression, typeParamDecl, returnTypeAnnotation, true); in CreateCallExpression()
458 …ir::ArrowFunctionExpression *arrowFuncExpr = ParseArrowFunctionExpression(identRef, nullptr, nullp… in ParsePotentialArrowExpression()
465 ParseArrowFunctionExpression(*returnExpression, nullptr, nullptr, true); in ParsePotentialArrowExpression()
601 return ParseArrowFunctionExpression(restElement, nullptr, returnTypeAnnotation, false); in ParseArrowFunctionRestParameter()
619 auto *arrowExpr = ParseArrowFunctionExpression(nullptr, nullptr, returnTypeAnnotation, false); in ParseArrowFunctionNoParameter()
670 return ParseArrowFunctionExpression(expr, nullptr, returnTypeAnnotation, false); in ParseCoverParenthesizedExpressionAndArrowParameterList()
DexpressionParser.cpp408 ir::ArrowFunctionExpression *ParserImpl::ParseArrowFunctionExpression(ir::Expression *expr, in ParseArrowFunctionExpression() function in ark::es2panda::parser::ParserImpl
456 return ParseArrowFunctionExpression(restElement, nullptr, nullptr, false); in ParseCoverParenthesizedExpressionAndArrowParameterList()
466 auto *arrowExpr = ParseArrowFunctionExpression(nullptr, nullptr, nullptr, false); in ParseCoverParenthesizedExpressionAndArrowParameterList()
596 return ParseArrowFunctionExpression(lhsExpression, nullptr, nullptr, false); in ParseAssignmentExpression()
1507 …ir::ArrowFunctionExpression *arrowFuncExpr = ParseArrowFunctionExpression(identRef, nullptr, nullp… in ParsePotentialArrowExpression()
1514 ParseArrowFunctionExpression(*returnExpression, nullptr, nullptr, true); in ParsePotentialArrowExpression()
1523 ParseArrowFunctionExpression(callExpression, nullptr, nullptr, true); in ParsePotentialArrowExpression()
DETSparserExpressions.cpp455 ir::ArrowFunctionExpression *ETSParser::ParseArrowFunctionExpression() in ParseArrowFunctionExpression() function in ark::es2panda::parser::ETSParser
469 return ParseArrowFunctionExpression(); in ParseCoverParenthesizedExpressionAndArrowParameterList()
DASparser.cpp1391 return ParseArrowFunctionExpression(restElement, nullptr, returnTypeAnnotation, false); in ParseArrowFunctionRestParameter()
1411 auto *arrowExpr = ParseArrowFunctionExpression(nullptr, nullptr, returnTypeAnnotation, false); in ParseArrowFunctionNoParameter()
1466 return ParseArrowFunctionExpression(expr, nullptr, returnTypeAnnotation, false); in ParseCoverParenthesizedExpressionAndArrowParameterList()
DparserImpl.h208 ir::ArrowFunctionExpression *ParseArrowFunctionExpression(ir::Expression *expr,
DETSparser.h308 ir::ArrowFunctionExpression *ParseArrowFunctionExpression();
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp482 ir::ArrowFunctionExpression *ParserImpl::ParseArrowFunctionExpression(ir::Expression *expr, in ParseArrowFunctionExpression() function in panda::es2panda::parser::ParserImpl
605 return ParseArrowFunctionExpression(restElement, nullptr, returnTypeAnnotation, false); in ParseCoverParenthesizedExpressionAndArrowParameterList()
623 … auto *arrowExpr = ParseArrowFunctionExpression(nullptr, nullptr, returnTypeAnnotation, false); in ParseCoverParenthesizedExpressionAndArrowParameterList()
667 return ParseArrowFunctionExpression(expr, nullptr, returnTypeAnnotation, false); in ParseCoverParenthesizedExpressionAndArrowParameterList()
776 return ParseArrowFunctionExpression(lhsExpression, nullptr, nullptr, false); in ParseAssignmentExpression()
1486 …ir::ArrowFunctionExpression *arrowFuncExpr = ParseArrowFunctionExpression(identRef, nullptr, nullp… in ParsePotentialArrowExpression()
1493 ParseArrowFunctionExpression(*returnExpression, nullptr, nullptr, true); in ParsePotentialArrowExpression()
1537ParseArrowFunctionExpression(callExpression, typeParamDecl, returnTypeAnnotation, true); in ParsePotentialArrowExpression()
DparserImpl.h403 ir::ArrowFunctionExpression *ParseArrowFunctionExpression(ir::Expression *expr, in DEFINE_BITOPS()