Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_create_as_expression.cpp126 auto *asExpr = impl->CreateTSAsExpression(context, numberLiteral, typeAnnotation, true); in CreateAsExpression() local
/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionTSParser.cpp139 auto *asExpr = AllocNode<ir::TSAsExpression>(expr, typeAnnotation, isConst); in ParsePotentialAsExpression() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DunionLowering.cpp245 auto *const asExpr = GenAsExpression(ctx, sourceType, expr->Expr(), expr); in HandleUnionCastToPrimitive() local
DboxingForLocals.cpp371 auto asExpr = node->AsAssignmentExpression(); in PostconditionForModule() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts978 …const asExpr = parenExpr && ts.isAsExpression(parenExpr.expression) ? parenExpr.expression : undef… constant
1435 const asExpr = ts.factory.createAsExpression(typeAssertion.expression, typeAssertion.type); constant
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp131 auto *asExpr = AllocNode<ir::TSAsExpression>(expr, typeAnnotation, isConst); in ParseTsAsExpression() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts3994 const asExpr = tsIdentifier.parent; constant