Searched defs:TSParenthesizedType (Results 1 – 2 of 2) sorted by relevance
34 …explicit TSParenthesizedType(Expression *type) : TypeNode(AstNodeType::TS_PARENT_TYPE), type_(type… in TSParenthesizedType() function
26 explicit TSParenthesizedType(TypeNode *type, ArenaAllocator *const allocator) in TSParenthesizedType() function