Searched defs:typeArgs (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeRelationContext.h | 167 …iationContext(ETSChecker *checker, ETSObjectType *type, ir::TSTypeParameterInstantiation *typeArgs, in InstantiationContext() 177 InstantiationContext(ETSChecker *checker, ETSObjectType *type, ArenaVector<Type *> &&typeArgs, in InstantiationContext()
|
| D | typeRelationContext.cpp | 44 …tionContext::ValidateTypeArguments(ETSObjectType *type, ir::TSTypeParameterInstantiation *typeArgs, in ValidateTypeArguments() 63 …tantiationContext::InstantiateType(ETSObjectType *type, ir::TSTypeParameterInstantiation *typeArgs) in InstantiateType()
|
| D | helpers.cpp | 2097 …eckNumberOfTypeArguments(ETSObjectType *const type, ir::TSTypeParameterInstantiation *const typeAr… in CheckNumberOfTypeArguments()
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/ |
| D | InteropTypescriptLinter.ts | 408 const typeArgs = node.typeArguments; constant
|
| D | TypeScriptLinter.ts | 2088 const typeArgs = node.typeArguments; constant 2369 const typeArgs = this.tsTypeChecker.getTypeArguments(type as ts.TypeReference); constant
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsObjectType.h | 86 void SetTypeArguments(ArenaVector<Type *> &&typeArgs) in SetTypeArguments()
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 336 const auto &typeArgs = objectType->TypeArguments(); in GenObjectType() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/utils/ |
| D | TsUtils.ts | 1907 const typeArgs = (typeNode as ts.TypeReferenceNode).typeArguments; constant 2399 const typeArgs = this.tsTypeChecker.getTypeArguments(type); constant
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | lambdaLowering.cpp | 655 auto typeArgs = ArenaVector<ir::TypeNode *>(allocator->Adapter()); in CreateCallForLambdaClassInvoke() local
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 1101 ir::TSTypeParameterInstantiation *typeArgs = nullptr; in CreateCallExpression() local 1143 … auto *typeArgs = reinterpret_cast<ir::AstNode *>(typeArguments)->AsTSTypeParameterInstantiation(); in CallExpressionSetTypeArguments() local
|