Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp792 …l ETSObjectType::SubstituteTypeArgs(TypeRelation *const relation, ArenaVector<Type *> &newTypeArgs, in SubstituteTypeArgs()
808ArenaVector<Type *> &newTypeArgs, const Substitution *const substitution) in SetCopiedTypeProperties()
830 ArenaVector<Type *> newTypeArgs {checker->Allocator()->Adapter()}; in Substitute() local