Home
last modified time | relevance | path

Searched defs:typeArgument (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/
DbuilderUtils.ts381 for (const typeArgument of typeNode.typeArguments) { constant
585 for (const typeArgument of typeQueryNode.typeArguments) { constant
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DgenericBridgesLowering.cpp254 checker::Type *const typeArgument = typeArguments[i]; in GetSubstitutions() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkValueTransformer.ts1832 for (const typeArgument of typeQueryNode.typeArguments) { constant
1955 for (const typeArgument of typeReferenceNode.typeArguments) { constant
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp948 for (auto *const typeArgument : TypeArguments()) { in Instantiate() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp63 bool ETSChecker::IsCompatibleTypeArgument(ETSTypeParameter *typeParam, Type *typeArgument, in IsCompatibleTypeArgument()
Dhelpers.cpp1529 for (const auto typeArgument : objectType->TypeArguments()) { in CollectAliasParametersForBoxing() local