Searched refs:CreateUnconstrainedTypeParameters (Results 1 – 4 of 4) sorted by relevance
1139 auto [typeParamTypes, ok] = CreateUnconstrainedTypeParameters(func->TypeParams()); in ComposeSignatureInfo()1201 CreateUnconstrainedTypeParameters(arrowFuncExpr->Function()->TypeParams()).first; in ComposeSignatureInfosForArrowFunction()
160 std::pair<ArenaVector<Type *>, bool> ETSChecker::CreateUnconstrainedTypeParameters( in CreateUnconstrainedTypeParameters() function in ark::es2panda::checker::ETSChecker310 auto [typeParamTypes, ok] = CreateUnconstrainedTypeParameters(typeParams); in CreateTypeForClassOrInterfaceTypeParameters()
376 std::pair<ArenaVector<Type *>, bool> CreateUnconstrainedTypeParameters(
2419 auto [typeParamTypes, ok] = checker->CreateUnconstrainedTypeParameters(st->TypeParams()); in Check()