Home
last modified time | relevance | path

Searched defs:restIdent (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dfunction.cpp295 const ir::Identifier *restIdent = param->Argument()->AsIdentifier(); in CheckFunctionRestParameter() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dfunction.cpp274 ir::Identifier *restIdent = param->Argument()->AsIdentifier(); in CheckFunctionRestParameter() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparser.cpp1363 auto *const restIdent = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in GetAnnotatedExpressionFromParam() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp1172 auto const *const restIdent = param->Ident(); in ComposeSignatureInfo() local
1241 auto const *const restIdent = param->Ident(); in SetParamForSignatureInfoOfArrowFunction() local

Completed in 9 milliseconds