| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | tsInferTypeBuilder.h | 29 TSInferTypeBuilder &SetFunctionSignature(TSTypeParameter *typeParam) in SetFunctionSignature()
|
| /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/ir/ts/ |
| D | tsInferType.h | 26 explicit TSInferType(TSTypeParameter *typeParam, ArenaAllocator *const allocator) in TSInferType()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsPartialTypeParameter.cpp | 21 ETSPartialTypeParameter::ETSPartialTypeParameter(ETSTypeParameter *const typeParam, ETSChecker *con… in ETSPartialTypeParameter() 89 auto *typeParam = instantiated->AsETSTypeParameter(); in Instantiate() local
|
| D | etsFunctionType.cpp | 412 for (auto *typeParam : sig->Params()) { in CheckVarianceRecursively() local
|
| D | etsObjectType.cpp | 833 auto *typeParam = typeParams[idx]; in IsGenericSupertypeOf() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeRelationContext.cpp | 132 auto typeParam = type->AsETSTypeParameter(); in CheckInstantiationConstraints() local
|
| D | validateHelpers.cpp | 272 for (const auto *const typeParam : typeAliasNode->TypeParams()->Params()) { in ValidateGenericTypeAliasForClonedNode() local
|
| D | function_helpers.h | 131 for (const auto typeParam : sigParams) { in BuildImplicitSubstitutionForArguments() local
|
| D | object.cpp | 272 for (auto *const typeParam : typeParams->Params()) { in CreateUnconstrainedTypeParameters() local 281 for (auto *const typeParam : typeParams->Params()) { in CreateUnconstrainedTypeParameters() local
|
| D | typeCheckingHelpers.cpp | 990 for (auto *typeParam : typeParams->Params()) { in CheckFunctionSignatureAnnotations() local
|
| D | function.cpp | 63 bool ETSChecker::IsCompatibleTypeArgument(ETSTypeParameter *typeParam, Type *typeArgument, in IsCompatibleTypeArgument()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | defaultParametersInConstructorLowering.cpp | 83 …auto *typeParam = util::NodeAllocator::ForceSetParent<ir::TSTypeParameter>(allocator, ident, const… in CreateParameterDeclaraion() local
|
| D | restTupleLowering.cpp | 240 …auto *typeParam = util::NodeAllocator::ForceSetParent<ir::TSTypeParameter>(allocator, ident, const… in CreateNewParameterDeclaration() local
|
| D | enumLowering.cpp | 265 auto *typeParam = AllocNode<ir::TSTypeParameterInstantiation>(std::move(typeParamsVector)); in CreateClass() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | quick_info.cpp | 408 auto typeParam = typeReference->AsETSTypeReference()->Part()->TypeParams(); in GetNameForTypeReference() local 716 auto typeParam = parent->AsTSTypeParameterDeclaration()->Params(); in CreateDisplayForTypeParameterOfSciprtFunction() local
|
| D | get_adjusted_location.cpp | 167 if (auto *typeParam = FindTypeParameter(parent, parentChildren)) { in HandleTSInferType() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | get_adjusted_location_test.cpp | 444 auto *typeParam = ark::es2panda::lsp::FindTypeParameter(node, children); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 692 void ScopeInitTyped::VisitTSTypeParameter(ir::TSTypeParameter *typeParam) in VisitTSTypeParameter() 1140 void InitScopesPhaseETS::VisitTSTypeParameter(ir::TSTypeParameter *typeParam) in VisitTSTypeParameter()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparser.cpp | 894 auto typeParam = typeAnnotation->AsETSTypeReference()->Part()->TypeParams(); in GetNameForTypeNode() local 2101 auto *typeParam = in ParseTypeParameter() local
|
| D | TypedParser.cpp | 766 …auto *typeParam = AllocNode<ir::TSTypeParameter>(paramIdent, constraint, defaultType, Allocator()); in ParseTypeParameter() local
|
| D | TSparser.cpp | 547 ir::TSTypeParameter *typeParam = ParseTypeParameter(&options); in ParseTypeOperatorOrTypeReference() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 913 ir::TSTypeParameter *typeParam = ParseTsTypeParameter(true); in ParseTsInferType() local 3917 …auto *typeParam = AllocNode<ir::TSTypeParameter>(paramIdent, constraint, defaultType, isTypeIn, is… in ParseTsTypeParameter() local
|