Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/functions/
DSupportedStdCallAPI.ts76 const typeArg = type.aliasTypeArguments[0]; constant
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.cpp105 auto typeArg = typeParam->Substitute(relation, substitution); in CheckInstantiationConstraints() local
Dhelpers.cpp2009 …ETSChecker::EmplaceSubstituted(Substitution *substitution, ETSTypeParameter *tparam, Type *typeArg) in EmplaceSubstituted()
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts2176 for (const typeArg of typeRef.typeArguments) { constant
2373 for (const typeArg of typeArgs) { constant
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp700 auto *typeArg = typeArguments_[idx]; in IsGenericSupertypeOf() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts1049 for (const typeArg of typeNode.typeArguments) { constant
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp659 auto *typeArg = in CreateCallForLambdaClassInvoke() local