Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DunionLowering.cpp126 auto *const asExpression = checker->AllocNode<ir::TSAsExpression>(node, typeNode, false); in GenAsExpression() local
DenumLowering.cpp458 … auto asExpression = checker_->AllocNode<ir::TSAsExpression>(enumMemberExpr, intType, false); in CreateBoxedEnumItemsArray() local
537 auto asExpression = checker->AllocNode<ir::TSAsExpression>(paramRefIdent, intType, false); in CreateReturnWitAsStatement() local
713 …auto asExpression = checker->AllocNode<ir::TSAsExpression>(forLoopIdentClone2, enumTypeAnnotation,… in CreateIf() 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.cpp670 … if (auto asExpression = ParsePotentialAsExpression(lhsExpression); asExpression != nullptr) { in ParseAssignmentExpression() local
1294 static inline bool ShouldAsExpressionBeAmended(const ir::TSAsExpression *const asExpression, in ShouldAsExpressionBeAmended()
1713 … if (auto *asExpression = ParsePotentialAsExpression(returnExpr); asExpression != nullptr) { in ParsePostPrimaryExpression() local
DETSparserExpressions.cpp566 auto *asExpression = AllocNode<ir::TSAsExpression>(primaryExpr, type, false); in ParsePotentialAsExpression() local
DASparser.cpp840 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