Home
last modified time | relevance | path

Searched defs:currentParam (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.cpp782 ir::TSTypeParameter *currentParam = ParseTypeParameter(&newOptions); in ParseTypeParameterDeclarationImpl() local
1297 ir::TypeNode *currentParam = ParseTypeAnnotation(&tmpOptions); in ParseTypeParameterInstantiationImpl() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3953 ir::TSTypeParameter *currentParam = ParseTsTypeParameter(throwError, true, isAllowInOut); in ParseTsTypeParameterDeclaration() local
4013 ir::Expression *currentParam = ParseTsTypeAnnotation(&options); in ParseTsTypeParameterInstantiation() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts6914 let currentParam: ts.Identifier | undefined; variable