Home
last modified time | relevance | path

Searched defs:typeArgs (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.h181 …iationContext(ETSChecker *checker, ETSObjectType *type, ir::TSTypeParameterInstantiation *typeArgs, in InstantiationContext()
191 InstantiationContext(ETSChecker *checker, ETSObjectType *type, ArenaVector<Type *> &&typeArgs, in InstantiationContext()
DtypeRelationContext.cpp47 …tionContext::ValidateTypeArguments(ETSObjectType *type, ir::TSTypeParameterInstantiation *typeArgs, in ValidateTypeArguments()
70 …tantiationContext::InstantiateType(ETSObjectType *type, ir::TSTypeParameterInstantiation *typeArgs) in InstantiateType()
Dhelpers.cpp2486 …eckNumberOfTypeArguments(ETSObjectType *const type, ir::TSTypeParameterInstantiation *const typeAr… in CheckNumberOfTypeArguments()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DInteropTypescriptLinter.ts276 const typeArgs = node.typeArguments; constant
DTypeScriptLinter.ts5302 const typeArgs = node.typeArguments; constant
5847 const typeArgs = this.tsTypeChecker.getTypeArguments(type as ts.TypeReference); constant
9232 const typeArgs = (contextualType as ts.TypeReference).typeArguments; constant
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfaceObjectLiteralLowering.cpp248 ArenaVector<checker::Type *> typeArgs(ctx->Allocator()->Adapter()); in GenerateAnonClassTypeFromInterface() local
302 ArenaVector<checker::Type *> typeArgs(ctx->Allocator()->Adapter()); in GenerateAnonClassTypeFromAbstractClass() local
DlambdaLowering.cpp696 auto typeArgs = ArenaVector<ir::TypeNode *>(allocator->Adapter()); in CreateCallForLambdaClassInvoke() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Disolated_declaration.cpp111 const auto &typeArgs = objectType->TypeArguments(); in GenObjectType() local
Dsignature_help.cpp99 } else if (const auto *typeArgs = std::get_if<TypeArgsInvocation>(&info->GetInvocation())) { in GetCandidateOrTypeInfo() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.h78 void SetTypeArguments(ArenaVector<Type *> &&typeArgs) in SetTypeArguments()
DetsObjectType.cpp947 ArenaVector<Type *> typeArgs(allocator->Adapter()); in Instantiate() local
1369 auto typeArgs = TypeArguments(); in CheckVarianceRecursively() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts2481 const typeArgs = (typeNode as ts.TypeReferenceNode).typeArguments; constant
2995 const typeArgs = this.tsTypeChecker.getTypeArguments(type); constant
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp891 const auto &typeArgs = objectType->TypeArguments(); in GenObjectType() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts4890 const typeArgs = Autofixer.getTypeArgumentsFromType(contextualType); constant