Searched defs:restrictExtends (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | TSparser.cpp | 452 ir::TypeNode *TSParser::ParseConditionalType(ir::Expression *checkType, bool restrictExtends) in ParseConditionalType() argument 946 ir::TSUnionType *TSParser::ParseUnionType(ir::TypeNode *type, bool restrictExtends) in ParseUnionType() argument 985 ir::TSIntersectionType *TSParser::ParseIntersectionType(ir::Expression *type, bool inUnion, bool restrictExtends) in ParseIntersectionType() argument
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | parserImpl.cpp | 766 ir::Expression *ParserImpl::ParseTsConditionalType(ir::Expression *checkType, bool restrictExtends) in ParseTsConditionalType() argument 1716 ir::TSUnionType *ParserImpl::ParseTsUnionType(ir::Expression *type, bool restrictExtends, bool throwError) in ParseTsUnionType() argument 1762 ir::TSIntersectionType *ParserImpl::ParseTsIntersectionType(ir::Expression *type, bool inUnion, bool restrictExtends, in ParseTsIntersectionType() argument
|
Completed in 10 milliseconds