Home
last modified time | relevance | path

Searched defs:TSParenthesizedType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsParenthesizedType.h34 …explicit TSParenthesizedType(Expression *type) : TypeNode(AstNodeType::TS_PARENT_TYPE), type_(type… in TSParenthesizedType() function
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsParenthesizedType.h26 explicit TSParenthesizedType(TypeNode *type, ArenaAllocator *const allocator) in TSParenthesizedType() function