Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/checker/
DTypeUtils.ts131 const genericTypes = type.getGenericTypes() || []; constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/
DbuilderUtils.ts161 const genericTypes: GenericType[] = []; constant
379 const genericTypes: Type[] = []; constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/arkir/
DArkIRMethodPrinter.ts104 const genericTypes = method.getGenericTypes(); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/source/
DSourceMethod.ts157 const genericTypes = this.method.getGenericTypes(); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DExpr.ts1156 const genericTypes = this.getRealGenericTypes()!.join(','); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkIRTransformer.ts346 …const genericTypes = buildTypeParameters(typeAliasDeclaration.typeParameters, this.sourceFile, thi… constant
DArkValueTransformer.ts1830 const genericTypes: Type[] = []; constant
1953 const genericTypes: Type[] = []; constant