Home
last modified time | relevance | path

Searched refs:amendedChild (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DexpressionParser.cpp1258 ir::Expression *amendedChild = nullptr; in GetAmendedChildExpression() local
1261 amendedChild = expression->AsBinaryExpression()->Left(); in GetAmendedChildExpression()
1263 amendedChild = expression->AsTSAsExpression()->Expr(); in GetAmendedChildExpression()
1268 return amendedChild; in GetAmendedChildExpression()

Completed in 5 milliseconds