Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1520 static void CollectAliasParametersForBoxing(Type *expandedAliasType, std::set<Type *> &parametersNe… in CollectAliasParametersForBoxing()
1625 auto expandedAliasType = aliasType->Substitute(Relation(), substitution); in HandleTypeAlias() local