Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp451 ir::TypeNode *TSParser::ParseConditionalType(ir::Expression *checkType, bool restrictExtends) in ParseConditionalType()
944 ir::TSUnionType *TSParser::ParseUnionType(ir::TypeNode *type, bool restrictExtends) in ParseUnionType()
983 …tionType *TSParser::ParseIntersectionType(ir::Expression *type, bool inUnion, bool restrictExtends) in ParseIntersectionType()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp747 ir::Expression *ParserImpl::ParseTsConditionalType(ir::Expression *checkType, bool restrictExtends) in ParseTsConditionalType()
1718 ir::TSUnionType *ParserImpl::ParseTsUnionType(ir::Expression *type, bool restrictExtends, bool thro… in ParseTsUnionType()
1764 …Type *ParserImpl::ParseTsIntersectionType(ir::Expression *type, bool inUnion, bool restrictExtends, in ParseTsIntersectionType()