Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DtypeCreation.cpp57 Type *Checker::CreateUnionType(std::initializer_list<Type *> constituentTypes) in CreateUnionType() function in panda::es2panda::checker::Checker
68 Type *Checker::CreateUnionType(ArenaVector<Type *> &constituentTypes) in CreateUnionType() function in panda::es2panda::checker::Checker
96 Type *Checker::CreateUnionType(ArenaVector<Type *> &&constituentTypes) in CreateUnionType() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DtypeCreation.cpp56 Type *TSChecker::CreateUnionType(std::initializer_list<Type *> constituentTypes) in CreateUnionType() function in ark::es2panda::checker::TSChecker
67 Type *TSChecker::CreateUnionType(ArenaVector<Type *> &constituentTypes) in CreateUnionType() function in ark::es2panda::checker::TSChecker
94 Type *TSChecker::CreateUnionType(ArenaVector<Type *> &&constituentTypes) in CreateUnionType() function in ark::es2panda::checker::TSChecker

Completed in 1 milliseconds