Searched defs:asExpression (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | restTupleLowering.cpp | 115 ir::TSAsExpression *asExpression) in CreateNewCallExpression() 359 … auto *asExpression = ctx->AllocNode<ir::TSAsExpression>(newArrayExpr, newTypeAnnotation, false); in CreateNewMethod() local
|
| D | unionLowering.cpp | 211 auto *const asExpression = ctx->AllocNode<ir::TSAsExpression>(node, typeNode, false); in GenAsExpression() local
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
| D | methodBuilder.cpp | 70 …auto *asExpression = checker->AllocNode<ir::TSAsExpression>(callExpression, type->Clone(allocator,… in CreateTypedReturnStatement() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | expressionParser.cpp | 617 … 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
|
| D | ETSparserExpressions.cpp | 652 auto *asExpression = AllocNode<ir::TSAsExpression>(primaryExpr, type, false); in ParsePotentialAsExpression() local
|
| D | ASparser.cpp | 855 auto *asExpression = AllocNode<ir::TSAsExpression>(primaryExpression, type, false); in ParsePotentialAsExpression() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | expressionParser.cpp | 836 ir::Expression *asExpression = ParseTsAsExpression(lhsExpression, flags); in ParseAssignmentExpression() local
|