Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.h138 …iationContext(ETSChecker *checker, ETSObjectType *type, ir::TSTypeParameterInstantiation *typeArgs, in InstantiationContext()
148 InstantiationContext(ETSChecker *checker, ETSObjectType *type, ArenaVector<Type *> &typeArgs, in InstantiationContext()
DtypeRelationContext.cpp41 …tionContext::ValidateTypeArguments(ETSObjectType *type, ir::TSTypeParameterInstantiation *typeArgs, in ValidateTypeArguments()
108 …tantiationContext::InstantiateType(ETSObjectType *type, ir::TSTypeParameterInstantiation *typeArgs) in InstantiateType()
Dhelpers.cpp2307 auto typeArgs = objType->TypeArguments(); in TypeToString() local
2407 …eckNumberOfTypeArguments(ETSObjectType *const type, ir::TSTypeParameterInstantiation *const typeAr… in CheckNumberOfTypeArguments()
/arkcompiler/ets_frontend/ets2panda/util/
DdeclgenEts2Ts.cpp317 const auto &typeArgs = objectType->TypeArguments(); in GenObjectType() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.h160 void SetTypeArguments(ArenaVector<Type *> &&typeArgs) in SetTypeArguments()
/arkcompiler/ets_frontend/ets2panda/linter/src/utils/
DTsUtils.ts1240 const typeArgs = this.tsTypeChecker.getTypeArguments(type as ts.TypeReference); constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DUtils.ts1586 const typeArgs = this.tsTypeChecker.getTypeArguments(type as ts.TypeReference); constant
DTypeScriptLinter.ts2147 const typeArgs = this.tsTypeChecker.getTypeArguments(type as ts.TypeReference); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/
DTypeScriptLinter.ts1819 const typeArgs = this.tsTypeChecker.getTypeArguments(type as ts.TypeReference); constant
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp1104 ir::TSTypeParameterInstantiation *typeArgs = nullptr; in CreateCallExpression() local
1146 … auto *typeArgs = reinterpret_cast<ir::AstNode *>(typeArguments)->AsTSTypeParameterInstantiation(); in CallExpressionSetTypeArguments() local