| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | expressionTSParser.cpp | 424 … 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()
|
| D | expressionParser.cpp | 408 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()
|
| D | ETSparserExpressions.cpp | 455 ir::ArrowFunctionExpression *ETSParser::ParseArrowFunctionExpression() in ParseArrowFunctionExpression() function in ark::es2panda::parser::ETSParser 469 return ParseArrowFunctionExpression(); in ParseCoverParenthesizedExpressionAndArrowParameterList()
|
| D | ASparser.cpp | 1391 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()
|
| D | parserImpl.h | 208 ir::ArrowFunctionExpression *ParseArrowFunctionExpression(ir::Expression *expr,
|
| D | ETSparser.h | 308 ir::ArrowFunctionExpression *ParseArrowFunctionExpression();
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | expressionParser.cpp | 482 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() 1537 … ParseArrowFunctionExpression(callExpression, typeParamDecl, returnTypeAnnotation, true); in ParsePotentialArrowExpression()
|
| D | parserImpl.h | 403 ir::ArrowFunctionExpression *ParseArrowFunctionExpression(ir::Expression *expr, in DEFINE_BITOPS()
|