/arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
H A D | etsTypeParameter.h | 26 explicit ETSTypeParameter(Type *defaultType, Type *constraintType) in ETSTypeParameter() argument
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
H A D | typeParameter.h | 24 TypeParameter(Type *constraint, Type *defaultType) in TypeParameter() argument
|
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
H A D | tsTypeParameterBuilder.h | 41 TSTypeParameterBuilder &SetDefaultType(TypeNode *defaultType) in SetDefaultType() argument
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
H A D | typeParameter.h | 25 TypeParameter(Type *constraint, Type *defaultType) in TypeParameter() argument
|
/arkcompiler/ets_frontend/ets2panda/ir/ts/ |
H A D | tsTypeParameter.h | 26 explicit TSTypeParameter(Identifier *name, TypeNode *constraint, TypeNode *defaultType) in TSTypeParameter() argument 31 explicit TSTypeParameter(Identifier *name, TypeNode *constraint, TypeNode *defaultType, ModifierFlags flags) in TSTypeParameter() argument 70 void SetDefaultType(TypeNode *defaultType) in SetDefaultType() argument
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
H A D | tsTypeParameter.h | 36 explicit TSTypeParameter(Identifier *name, Expression *constraint, Expression *defaultType, in TSTypeParameter() argument
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | typeRelationContext.cpp | 103 auto *defaultType = type->TypeArguments().at(typeArgTypes.size())->AsETSTypeParameter()->GetDefaultType(); in InstantiateType() local
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | destructuringContext.cpp | 134 Type *defaultType = assignmentPattern->Right()->Check(checker_); in HandleAssignmentPattern() local 54 HandleDestructuringAssignment(const ir::Identifier *ident, Type *inferedType, Type *defaultType) HandleDestructuringAssignment() argument 184 HandleIdentifierPattern(const ir::AssignmentExpression *assignmentPattern, Type *initType, Type *inferedType, Type *defaultType) HandleIdentifierPattern() argument [all...] |
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
H A D | destructuringContext.cpp | 55 void DestructuringContext::HandleDestructuringAssignment(ir::Identifier *ident, Type *inferredType, Type *defaultType) in HandleDestructuringAssignment() argument 156 Type *defaultType = assignmentPattern->Right()->Check(checker_); in HandleAssignmentPattern() local 138 HandleAssignmentPatternIdentifier(ir::AssignmentExpression *assignmentPattern, Type *defaultType, Type *inferredType) HandleAssignmentPatternIdentifier() argument [all...] |
/arkcompiler/ets_frontend/ets2panda/parser/ |
H A D | TypedParser.cpp | 707 ir::TypeNode *defaultType = nullptr; in ParseTypeParameter() local
|
H A D | ETSparser.cpp | 1776 ir::TypeNode *defaultType = nullptr; in ParseTypeParameter() local
|
/arkcompiler/ets_frontend/es2panda/parser/ |
H A D | parserImpl.cpp | 3856 ir::Expression *defaultType = nullptr; in ParseTsTypeParameter() local
|