Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/types/
DunionType.h55 const ArenaVector<Type *> &ConstituentTypes() const in ConstituentTypes() function
60 ArenaVector<Type *> &ConstituentTypes() in ConstituentTypes() function
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DunionType.h58 const ArenaVector<Type *> &ConstituentTypes() const in ConstituentTypes() function
63 ArenaVector<Type *> &ConstituentTypes() in ConstituentTypes() function
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsUnionType.h30 [[nodiscard]] const ArenaVector<Type *> &ConstituentTypes() const noexcept in ConstituentTypes() function