Home
last modified time | relevance | path

Searched defs:defaultType (Results 1 – 10 of 10) 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()
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DtypeParameter.h24 TypeParameter(Type *constraint, Type *defaultType) in TypeParameter()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeParameter.h25 TypeParameter(Type *constraint, Type *defaultType) in TypeParameter()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsTypeParameter.h26 explicit ETSTypeParameter(Type *defaultType, Type *constraintType) in ETSTypeParameter()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp55 Type *defaultType) in HandleDestructuringAssignment()
133 Type *defaultType = assignmentPattern->Right()->Check(checker_); in HandleAssignmentPattern() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DdestructuringContext.cpp55 …ontext::HandleDestructuringAssignment(ir::Identifier *ident, Type *inferredType, Type *defaultType) in HandleDestructuringAssignment()
134 Type *defaultType = assignmentPattern->Right()->Check(checker_); in HandleAssignmentPattern() local
/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.cpp680 ir::TypeNode *defaultType = nullptr; in ParseTypeParameter() local
DETSparser.cpp4342 ir::TypeNode *defaultType = nullptr; in ParseTypeParameter() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3707 ir::Expression *defaultType = nullptr; in ParseTsTypeParameter() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp2138 … es2panda_AstNode *constraint, es2panda_AstNode *defaultType) in CreateTypeParameter()