Home
last modified time | relevance | path

Searched refs:CreateUnconstrainedTypeParameters (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1139 auto [typeParamTypes, ok] = CreateUnconstrainedTypeParameters(func->TypeParams()); in ComposeSignatureInfo()
1201 CreateUnconstrainedTypeParameters(arrowFuncExpr->Function()->TypeParams()).first; in ComposeSignatureInfosForArrowFunction()
Dobject.cpp160 std::pair<ArenaVector<Type *>, bool> ETSChecker::CreateUnconstrainedTypeParameters( in CreateUnconstrainedTypeParameters() function in ark::es2panda::checker::ETSChecker
310 auto [typeParamTypes, ok] = CreateUnconstrainedTypeParameters(typeParams); in CreateTypeForClassOrInterfaceTypeParameters()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h376 std::pair<ArenaVector<Type *>, bool> CreateUnconstrainedTypeParameters(
DETSAnalyzer.cpp2419 auto [typeParamTypes, ok] = checker->CreateUnconstrainedTypeParameters(st->TypeParams()); in Check()