Searched defs:typeParam (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsInferType.h | 26 …explicit TSInferType(TSTypeParameter *typeParam) : TypeNode(AstNodeType::TS_INFER_TYPE), typeParam… in TSInferType()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsInferType.h | 36 …explicit TSInferType(TSTypeParameter *typeParam) : TypeNode(AstNodeType::TS_INFER_TYPE), typeParam… in TSInferType()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeRelationContext.cpp | 67 auto *typeParam = type->TypeArguments().at(idx)->AsETSTypeParameter(); in ValidateTypeArguments() local 158 auto *typeParam = typeParams[ix]; in InstantiateType() local
|
| D | object.cpp | 177 for (auto *const typeParam : typeParams->Params()) { in CreateTypeForTypeParameters() local 185 for (auto *const typeParam : typeParams->Params()) { in CreateTypeForTypeParameters() local
|
| D | helpers.cpp | 1258 for (const auto *const typeParam : typeAliasNode->TypeParams()->Params()) { in ValidateGenericTypeAliasForClonedNode() local
|
| D | function.cpp | 71 bool ETSChecker::IsCompatibleTypeArgument(ETSTypeParameter *typeParam, Type *typeArgument, in IsCompatibleTypeArgument()
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | declgenEts2Ts.cpp | 325 void TSDeclGen::GenTypeParameterType(const checker::ETSTypeParameter *typeParam) in GenTypeParameterType()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 540 void ScopeInitTyped::VisitTSTypeParameter(ir::TSTypeParameter *typeParam) in VisitTSTypeParameter() 868 void InitScopesPhaseETS::VisitTSTypeParameter(ir::TSTypeParameter *typeParam) in VisitTSTypeParameter()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | TypedParser.cpp | 686 auto *typeParam = AllocNode<ir::TSTypeParameter>(paramIdent, constraint, defaultType); in ParseTypeParameter() local
|
| D | TSparser.cpp | 737 ir::TSTypeParameter *typeParam = ParseTypeParameter(&options); in ParseTypeOperatorOrTypeReference() local
|
| D | ETSparser.cpp | 2414 auto typeParam = typeAnnotation->AsETSTypeReference()->Part()->TypeParams(); in GetNameForTypeNode() local 4349 …auto *typeParam = AllocNode<ir::TSTypeParameter>(paramIdent, constraint, defaultType, varianceModi… in ParseTypeParameter() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 887 ir::TSTypeParameter *typeParam = ParseTsTypeParameter(true); in ParseTsTypeOperatorOrTypeReference() local 3713 …auto *typeParam = AllocNode<ir::TSTypeParameter>(paramIdent, constraint, defaultType, isTypeIn, is… in ParseTsTypeParameter() local
|