Searched defs:restrictExtends (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | TSparser.cpp | 452 ir::TypeNode *TSParser::ParseConditionalType(ir::Expression *checkType, bool restrictExtends) in ParseConditionalType() 946 ir::TSUnionType *TSParser::ParseUnionType(ir::TypeNode *type, bool restrictExtends) in ParseUnionType() 985 …tionType *TSParser::ParseIntersectionType(ir::Expression *type, bool inUnion, bool restrictExtends) in ParseIntersectionType()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 763 ir::Expression *ParserImpl::ParseTsConditionalType(ir::Expression *checkType, bool restrictExtends) in ParseTsConditionalType() 1713 ir::TSUnionType *ParserImpl::ParseTsUnionType(ir::Expression *type, bool restrictExtends, bool thro… in ParseTsUnionType() 1759 …Type *ParserImpl::ParseTsIntersectionType(ir::Expression *type, bool inUnion, bool restrictExtends, in ParseTsIntersectionType()
|