Home
last modified time | relevance | path

Searched defs:asExpression (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DrestTupleLowering.cpp115 ir::TSAsExpression *asExpression) in CreateNewCallExpression()
359 … auto *asExpression = ctx->AllocNode<ir::TSAsExpression>(newArrayExpr, newTypeAnnotation, false); in CreateNewMethod() local
DunionLowering.cpp211 auto *const asExpression = ctx->AllocNode<ir::TSAsExpression>(node, typeNode, false); in GenAsExpression() local
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
DmethodBuilder.cpp70 …auto *asExpression = checker->AllocNode<ir::TSAsExpression>(callExpression, type->Clone(allocator,… in CreateTypedReturnStatement() local
/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionParser.cpp617 … if (auto asExpression = ParsePotentialAsExpression(lhsExpression); asExpression != nullptr) { in ParseAssignmentExpression() local
1233 static inline bool ShouldAsExpressionBeAmended(const ir::TSAsExpression *const asExpression, in ShouldAsExpressionBeAmended()
1630 … if (auto *asExpression = ParsePotentialAsExpression(returnExpr); asExpression != nullptr) { in ParsePostPrimaryExpression() local
DETSparserExpressions.cpp652 auto *asExpression = AllocNode<ir::TSAsExpression>(primaryExpr, type, false); in ParsePotentialAsExpression() local
DASparser.cpp855 auto *asExpression = AllocNode<ir::TSAsExpression>(primaryExpression, type, false); in ParsePotentialAsExpression() local
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp836 ir::Expression *asExpression = ParseTsAsExpression(lhsExpression, flags); in ParseAssignmentExpression() local