Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.h167 …iationContext(ETSChecker *checker, ETSObjectType *type, ir::TSTypeParameterInstantiation *typeArgs, in InstantiationContext()
177 InstantiationContext(ETSChecker *checker, ETSObjectType *type, ArenaVector<Type *> &&typeArgs, in InstantiationContext()
DtypeRelationContext.cpp44 …tionContext::ValidateTypeArguments(ETSObjectType *type, ir::TSTypeParameterInstantiation *typeArgs, in ValidateTypeArguments()
63 …tantiationContext::InstantiateType(ETSObjectType *type, ir::TSTypeParameterInstantiation *typeArgs) in InstantiateType()
Dhelpers.cpp2097 …eckNumberOfTypeArguments(ETSObjectType *const type, ir::TSTypeParameterInstantiation *const typeAr… in CheckNumberOfTypeArguments()
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DInteropTypescriptLinter.ts408 const typeArgs = node.typeArguments; constant
DTypeScriptLinter.ts2088 const typeArgs = node.typeArguments; constant
2369 const typeArgs = this.tsTypeChecker.getTypeArguments(type as ts.TypeReference); constant
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.h86 void SetTypeArguments(ArenaVector<Type *> &&typeArgs) in SetTypeArguments()
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp336 const auto &typeArgs = objectType->TypeArguments(); in GenObjectType() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts1907 const typeArgs = (typeNode as ts.TypeReferenceNode).typeArguments; constant
2399 const typeArgs = this.tsTypeChecker.getTypeArguments(type); constant
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp655 auto typeArgs = ArenaVector<ir::TypeNode *>(allocator->Adapter()); in CreateCallForLambdaClassInvoke() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp1101 ir::TSTypeParameterInstantiation *typeArgs = nullptr; in CreateCallExpression() local
1143 … auto *typeArgs = reinterpret_cast<ir::AstNode *>(typeArguments)->AsTSTypeParameterInstantiation(); in CallExpressionSetTypeArguments() local