Searched defs:constraint (Results 1 – 3 of 3) sorted by relevance
25 TypeParameter(Type *constraint, Type *defaultType) in TypeParameter()
36 explicit TSTypeParameter(Identifier *name, Expression *constraint, Expression *defaultType) in TSTypeParameter()
1052 ir::Expression *constraint = ParseTsTypeAnnotation(&options); in ParseTsMappedTypeParameter() local3054 ir::Expression *constraint = nullptr; in ParseTsTypeParameter() local