Home
last modified time | relevance | path

Searched defs:TSIntersectionType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsIntersectionType.h34 explicit TSIntersectionType(ArenaVector<Expression *> &&types) in TSIntersectionType() function
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsIntersectionType.h24 explicit TSIntersectionType(ArenaVector<Expression *> &&types, ArenaAllocator *const allocator) in TSIntersectionType() function
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h81 class TSIntersectionType; variable