Searched defs:currentParam (Results 1 – 3 of 3) sorted by relevance
782 ir::TSTypeParameter *currentParam = ParseTypeParameter(&newOptions); in ParseTypeParameterDeclarationImpl() local1297 ir::TypeNode *currentParam = ParseTypeAnnotation(&tmpOptions); in ParseTypeParameterInstantiationImpl() local
3953 ir::TSTypeParameter *currentParam = ParseTsTypeParameter(throwError, true, isAllowInOut); in ParseTsTypeParameterDeclaration() local4013 ir::Expression *currentParam = ParseTsTypeAnnotation(&options); in ParseTsTypeParameterInstantiation() local
6914 let currentParam: ts.Identifier | undefined; variable