Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsTypeAliasType.cpp260 void ETSTypeAliasType::SetTypeArguments(ArenaVector<Type *> typeArguments) in SetTypeArguments() function in ark::es2panda::checker::ETSTypeAliasType
DetsObjectType.h78 void SetTypeArguments(ArenaVector<Type *> &&typeArgs) in SetTypeArguments() function