Home
last modified time | relevance | path

Searched defs:defaultType (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsTypeParameter.h26 explicit ETSTypeParameter(Type *defaultType, Type *constraintType) in ETSTypeParameter() argument
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DtypeParameter.h24 TypeParameter(Type *constraint, Type *defaultType) in TypeParameter() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsTypeParameterBuilder.h41 TSTypeParameterBuilder &SetDefaultType(TypeNode *defaultType) in SetDefaultType() argument
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DtypeParameter.h25 TypeParameter(Type *constraint, Type *defaultType) in TypeParameter() argument
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsTypeParameter.h26 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 DtsTypeParameter.h36 explicit TSTypeParameter(Identifier *name, Expression *constraint, Expression *defaultType, in TSTypeParameter() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DtypeRelationContext.cpp103 auto *defaultType = type->TypeArguments().at(typeArgTypes.size())->AsETSTypeParameter()->GetDefaultType(); in InstantiateType() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DdestructuringContext.cpp134 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 DdestructuringContext.cpp55 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 DTypedParser.cpp707 ir::TypeNode *defaultType = nullptr; in ParseTypeParameter() local
H A DETSparser.cpp1776 ir::TypeNode *defaultType = nullptr; in ParseTypeParameter() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp3856 ir::Expression *defaultType = nullptr; in ParseTsTypeParameter() local

Completed in 15 milliseconds