Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.h172 …iationContext(ETSChecker *checker, ETSObjectType *type, ir::TSTypeParameterInstantiation *typeArgs, in InstantiationContext()
182 InstantiationContext(ETSChecker *checker, ETSObjectType *type, ArenaVector<Type *> &&typeArgs, in InstantiationContext()
DtypeRelationContext.cpp54 …tionContext::ValidateTypeArguments(ETSObjectType *type, ir::TSTypeParameterInstantiation *typeArgs, in ValidateTypeArguments()
77 …tantiationContext::InstantiateType(ETSObjectType *type, ir::TSTypeParameterInstantiation *typeArgs) in InstantiateType()
Dhelpers.cpp2118 …eckNumberOfTypeArguments(ETSObjectType *const type, ir::TSTypeParameterInstantiation *const typeAr… in CheckNumberOfTypeArguments()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DInteropTypescriptLinter.ts385 const typeArgs = node.typeArguments; constant
DTypeScriptLinter.ts2119 const typeArgs = node.typeArguments; constant
2401 const typeArgs = this.tsTypeChecker.getTypeArguments(type as ts.TypeReference); constant
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.h90 void SetTypeArguments(ArenaVector<Type *> &&typeArgs) in SetTypeArguments()
DetsObjectType.cpp877 ArenaVector<Type *> typeArgs(allocator->Adapter()); in Instantiate() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp339 const auto &typeArgs = objectType->TypeArguments(); in GenObjectType() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts2155 const typeArgs = (typeNode as ts.TypeReferenceNode).typeArguments; constant
2653 const typeArgs = this.tsTypeChecker.getTypeArguments(type); constant
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp576 auto typeArgs = ArenaVector<ir::TypeNode *>(allocator->Adapter()); in CreateCallForLambdaClassInvoke() local