Searched defs:TSTypeParameter (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ | ||
| H A D | tsTypeParameter.h | 24 class TSTypeParameter : public Expression { class 26 explicit TSTypeParameter(Identifier *name, TypeNode *constraint, TypeNode *defaultType) in TSTypeParameter() function in ark::es2panda::ir::TSTypeParameter 31 explicit TSTypeParameter(Identifier *name, TypeNode *constraint, TypeNode *defaultType, ModifierFlags flags) in TSTypeParameter() function in ark::es2panda::ir::TSTypeParameter |
| /arkcompiler/ets_frontend/es2panda/ir/ts/ | ||
| H A D | tsTypeParameter.h | 34 class TSTypeParameter : public Expression { class 36 explicit TSTypeParameter(Identifier *name, Expression *constraint, Expression *defaultType, in TSTypeParameter() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSTypeParameter |
Completed in 1 milliseconds