Home
last modified time | relevance | path

Searched defs:UnionType (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DunionType.h25 class UnionType : public Type { class
27 UnionType(ArenaAllocator *allocator, std::initializer_list<Type *> types) in UnionType() function in panda::es2panda::checker::UnionType
39 explicit UnionType(ArenaVector<Type *> &&constituentTypes) in UnionType() function in panda::es2panda::checker::UnionType
47 explicit UnionType(ArenaVector<Type *> &constituentTypes) in UnionType() function in panda::es2panda::checker::UnionType
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DunionType.h24 class UnionType : public Type { class
26 UnionType(ArenaAllocator *allocator, std::initializer_list<Type *> types) in UnionType() function in ark::es2panda::checker::UnionType
40 explicit UnionType(ArenaAllocator *allocator, ArenaVector<Type *> &&constituentTypes) in UnionType() function in ark::es2panda::checker::UnionType
50 explicit UnionType(ArenaAllocator *allocator, ArenaVector<Type *> &constituentTypes) in UnionType() function in ark::es2panda::checker::UnionType

Completed in 2 milliseconds