Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ts/
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
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeCreation.cpp56 Type *Checker::CreateUnionType(std::initializer_list<Type *> constituentTypes) in CreateUnionType() function in panda::es2panda::checker::Checker
67 Type *Checker::CreateUnionType(ArenaVector<Type *> &constituentTypes) in CreateUnionType() function in panda::es2panda::checker::Checker
95 Type *Checker::CreateUnionType(ArenaVector<Type *> &&constituentTypes) in CreateUnionType() function in panda::es2panda::checker::Checker