Searched defs:TSTypeAssertion (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ | ||
| H A D | tsTypeAssertion.h | 22 class TSTypeAssertion : public AnnotatedExpression { class 24 explicit TSTypeAssertion(TypeNode *typeAnnotation, Expression *expression) in TSTypeAssertion() function in ark::es2panda::ir::TSTypeAssertion |
| /arkcompiler/ets_frontend/es2panda/ir/ts/ | ||
| H A D | tsTypeAssertion.h | 32 class TSTypeAssertion : public Expression { class 34 explicit TSTypeAssertion(Expression *typeAnnotation, Expression *expression) in TSTypeAssertion() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSTypeAssertion |
Completed in 2 milliseconds