Home
last modified time | relevance | path

Searched defs:defaultType (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTypeParameter.h26 explicit TSTypeParameter(Identifier *name, TypeNode *constraint, TypeNode *defaultType) in TSTypeParameter()
31 …explicit TSTypeParameter(Identifier *name, TypeNode *constraint, TypeNode *defaultType, ModifierFl… in TSTypeParameter()
70 void SetDefaultType(TypeNode *defaultType) in SetDefaultType()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeParameter.h25 TypeParameter(Type *constraint, Type *defaultType) in TypeParameter()
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DtypeParameter.h24 TypeParameter(Type *constraint, Type *defaultType) in TypeParameter()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtsTypeParameterBuilder.h41 TSTypeParameterBuilder &SetDefaultType(TypeNode *defaultType) in SetDefaultType()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsTypeParameter.h26 explicit ETSTypeParameter(Type *defaultType, Type *constraintType) in ETSTypeParameter()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp53 Type *defaultType) in HandleDestructuringAssignment()
132 Type *defaultType = assignmentPattern->Right()->Check(checker_); in HandleAssignmentPattern() local
183 Type *inferedType, Type *defaultType) in HandleIdentifierPattern()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DdestructuringContext.cpp55 …ontext::HandleDestructuringAssignment(ir::Identifier *ident, Type *inferredType, Type *defaultType) in HandleDestructuringAssignment()
139 Type *defaultType, Type *inferredType) in HandleAssignmentPatternIdentifier()
156 Type *defaultType = assignmentPattern->Right()->Check(checker_); in HandleAssignmentPattern() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.cpp104 …auto *defaultType = type->TypeArguments().at(typeArgTypes.size())->AsETSTypeParameter()->GetDefaul… in InstantiateType() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DgenericBridgesLowering.cpp262 if (auto *const defaultType = typeParameter->GetDefaultType(); defaultType != nullptr) { in ProcessClassDefinition() local
DdefaultParameterLowering.cpp88 auto *defaultType = par->DefaultType() != nullptr in CreateParameterDeclaraion() local
/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.cpp741 ir::TypeNode *defaultType = nullptr; in ParseTypeParameter() local
DETSparser.cpp2088 ir::TypeNode *defaultType = nullptr; in ParseTypeParameter() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h1088 PrimType GetPrimTypeFromSize(uint32 byteSize, PrimType defaultType) const in GetPrimTypeFromSize()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3863 ir::Expression *defaultType = nullptr; in ParseTsTypeParameter() local