Home
last modified time | relevance | path

Searched defs:tsAsExpr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumPostCheckLowering.cpp206 ir::TSAsExpression *tsAsExpr) in HandleEnumTypeCasting()
229ir::TSAsExpression *tsAsExpr, in CreateStatementForUnionConstituentType()
289 … ir::Expression *expr, ir::TSAsExpression *tsAsExpr, in HandleUnionTypeForCalls()
DconstantExpressionLowering.cpp917 auto tsAsExpr = node->AsTSAsExpression(); in FoldConstant() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DInteropTypescriptLinter.ts305 const tsAsExpr = node as ts.AsExpression; constant
DTypeScriptLinter.ts5315 const tsAsExpr = node as ts.AsExpression; constant