Searched defs:TSAsExpression (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ | ||
| H A D | tsAsExpression.h | 30 class TSAsExpression : public AnnotatedExpression { class 38 explicit TSAsExpression(Expression *expression, TypeNode *typeAnnotation, bool isConst) in TSAsExpression() function in ark::es2panda::ark::es2panda::ark::es2panda::ir::TSAsExpression |
| /arkcompiler/ets_frontend/es2panda/ir/ts/ | ||
| H A D | tsAsExpression.h | 33 class TSAsExpression : public Expression { class 35 explicit TSAsExpression(Expression *expression, Expression *typeAnnotation, bool isConst) in TSAsExpression() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSAsExpression |
Completed in 2 milliseconds