Searched defs:typeParam (Results 1 - 11 of 11) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsInferType.h | 26 explicit TSInferType(TSTypeParameter *typeParam) : TypeNode(AstNodeType::TS_INFER_TYPE), typeParam_(typeParam) {} in TSInferType() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | tsInferTypeBuilder.h | 29 TSInferTypeBuilder &SetFunctionSignature(TSTypeParameter *typeParam) in SetFunctionSignature() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsInferType.h | 36 explicit TSInferType(TSTypeParameter *typeParam) : TypeNode(AstNodeType::TS_INFER_TYPE), typeParam_(typeParam) {} in TSInferType() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | typeRelationContext.cpp | 122 auto typeParam = type->AsETSTypeParameter(); in CheckInstantiationConstraints() local
|
| H A D | function.cpp | 64 bool ETSChecker::IsCompatibleTypeArgument(ETSTypeParameter *typeParam, Type *typeArgument, in IsCompatibleTypeArgument() argument 93 bool ETSChecker::InsertTypeIntoSubstitution(const ArenaVector<Type *> &typeParams, const Type *typeParam, in InsertTypeIntoSubstitution() argument
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | TypedParser.cpp | 713 auto *typeParam = AllocNode<ir::TSTypeParameter>(paramIdent, constraint, defaultType); in ParseTypeParameter() local
|
| H A D | TSparser.cpp | 544 ir::TSTypeParameter *typeParam = ParseTypeParameter(&options); in ParseTypeOperatorOrTypeReference() local
|
| H A D | ETSparser.cpp | 764 auto typeParam = typeAnnotation->AsETSTypeReference()->Part()->TypeParams(); in GetNameForTypeNode() local 1783 auto *typeParam = AllocNode<ir::TSTypeParameter>(paramIdent, constraint, defaultType, varianceModifier); in ParseTypeParameter() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| H A D | etsObjectType.cpp | 718 auto *typeParam = typeParams[idx]; in IsGenericSupertypeOf() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| H A D | scopesInitPhase.cpp | 608 void ScopeInitTyped::VisitTSTypeParameter(ir::TSTypeParameter *typeParam) in VisitTSTypeParameter() argument 1012 void InitScopesPhaseETS::VisitTSTypeParameter(ir::TSTypeParameter *typeParam) in VisitTSTypeParameter() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | parserImpl.cpp | 905 ir::TSTypeParameter *typeParam = ParseTsTypeParameter(true); in ParseTsTypeOperatorOrTypeReference() local 3862 auto *typeParam = AllocNode<ir::TSTypeParameter>(paramIdent, constraint, defaultType, isTypeIn, isTypeOut); in ParseTsTypeParameter() local
|
Completed in 24 milliseconds