Searched defs:TSParenthesizedType (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ | ||
| H A D | tsParenthesizedType.h | 24 class TSParenthesizedType : public TypeNode { class 26 explicit TSParenthesizedType(TypeNode *type) : TypeNode(AstNodeType::TS_PARENT_TYPE), type_(type) {} in TSParenthesizedType() function in ark::es2panda::ark::es2panda::ir::TSParenthesizedType |
| /arkcompiler/ets_frontend/es2panda/ir/ts/ | ||
| H A D | tsParenthesizedType.h | 32 class TSParenthesizedType : public TypeNode { class 34 explicit TSParenthesizedType(Expression *type) : TypeNode(AstNodeType::TS_PARENT_TYPE), type_(type) {} in TSParenthesizedType() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSParenthesizedType |
Completed in 1 milliseconds