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()
40 for (auto *tparam : signatureInfo_->typeParams) { in Substitute() local
241 auto tparam = type->AsETSNonNullishType()->GetUnderlying(); in MatchConstituentOrConstraint() local245 auto tparam = type->AsETSPartialTypeParameter()->GetUnderlying(); in MatchConstituentOrConstraint() local
97 auto *const tparam = paramType->AsETSTypeParameter(); in EnhanceSubstitutionForType() local
2378 void ETSChecker::EmplaceSubstituted(Substitution *substitution, ETSTypeParameter *tparam, Type *typ… in EmplaceSubstituted()