Searched defs:TSPropertySignature (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/base/ | ||
| H A D | tsPropertySignature.h | 24 class TSPropertySignature : public AnnotatedAstNode { class 32 explicit TSPropertySignature(Expression *key, TypeNode *typeAnnotation, bool computed, bool optional, bool readonly) in TSPropertySignature() function in ark::es2panda::ir::TSPropertySignature |
| /arkcompiler/ets_frontend/es2panda/ir/ts/ | ||
| H A D | tsPropertySignature.h | 32 class TSPropertySignature : public Expression { class 34 explicit TSPropertySignature(Expression *key, Expression *typeAnnotation, bool computed, bool optional, in TSPropertySignature() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSPropertySignature |
Completed in 1 milliseconds