Searched defs:tparam (Results 1 – 6 of 6) sorted by relevance
27 …explicit ETSReadonlyType(ETSTypeParameter *tparam) : Type(TypeFlag::ETS_READONLY), tparam_(tparam)… in ETSReadonlyType()
26 …explicit ETSNonNullishType(ETSTypeParameter *tparam) : Type(TypeFlag::ETS_NONNULLISH), tparam_(tpa… in ETSNonNullishType()
43 for (auto *tparam : signatureInfo_->typeParams) { in Substitute() local
226 auto tparam = type->AsETSNonNullishType()->GetUnderlying(); in MatchConstituentOrConstraint() local
156 auto *const tparam = paramType->AsETSTypeParameter(); in EnhanceSubstitutionForType() local
2009 void ETSChecker::EmplaceSubstituted(Substitution *substitution, ETSTypeParameter *tparam, Type *typ… in EmplaceSubstituted()