Searched refs:inUnion (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/parser/ |
H A D | TSparser.h | 49 ir::TSIntersectionType *ParseIntersectionType(ir::Expression *type, bool inUnion, bool restrictExtends);
|
H A D | TSparser.cpp | 985 ir::TSIntersectionType *TSParser::ParseIntersectionType(ir::Expression *type, bool inUnion, bool restrictExtends) in ParseIntersectionType() argument 997 if (inUnion) { in ParseIntersectionType()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
H A D | parserImpl.h | 258 ir::TSIntersectionType *ParseTsIntersectionType(ir::Expression *type, bool inUnion, bool restrictExtends,
|
H A D | parserImpl.cpp | 1762 ir::TSIntersectionType *ParserImpl::ParseTsIntersectionType(ir::Expression *type, bool inUnion, bool restrictExtends, in ParseTsIntersectionType() argument 1777 if (inUnion) { in ParseTsIntersectionType()
|
Completed in 12 milliseconds