Home
last modified time | relevance | path

Searched defs:asExpr (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DunionLowering.cpp155 auto *const asExpr = GenAsExpression(checker, sourceType, expr->Expr(), expr); in HandleUnionCastToPrimitive() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DexpressionTSParser.cpp139 auto *asExpr = AllocNode<ir::TSAsExpression>(expr, typeAnnotation, isConst); in ParsePotentialAsExpression() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp150 auto *asExpr = AllocNode<ir::TSAsExpression>(expr, typeAnnotation, isConst); in ParseTsAsExpression() local

Completed in 6 milliseconds