Searched defs:defaultType (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsTypeParameter.h | 26 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/ |
| D | typeParameter.h | 24 TypeParameter(Type *constraint, Type *defaultType) in TypeParameter()
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | typeParameter.h | 25 TypeParameter(Type *constraint, Type *defaultType) in TypeParameter()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsTypeParameter.h | 26 explicit ETSTypeParameter(Type *defaultType, Type *constraintType) in ETSTypeParameter()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | destructuringContext.cpp | 55 Type *defaultType) in HandleDestructuringAssignment() 133 Type *defaultType = assignmentPattern->Right()->Check(checker_); in HandleAssignmentPattern() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | destructuringContext.cpp | 55 …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/ |
| D | TypedParser.cpp | 680 ir::TypeNode *defaultType = nullptr; in ParseTypeParameter() local
|
| D | ETSparser.cpp | 4342 ir::TypeNode *defaultType = nullptr; in ParseTypeParameter() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 3707 ir::Expression *defaultType = nullptr; in ParseTsTypeParameter() local
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 2138 … es2panda_AstNode *constraint, es2panda_AstNode *defaultType) in CreateTypeParameter()
|