Home
last modified time | relevance | path

Searched defs:forKind (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp777 ForStatementKind forKind = ForStatementKind::UPDATE; in ParseForInOf() local
836 ForStatementKind forKind = ForStatementKind::OF; in ParseIsForInOf() local
1021 ir::Statement *ParserImpl::CreateForStatement(ForStatementNodes &&nodes, ForStatementKind forKind, in CreateForStatement()
1051 ForStatementKind forKind = ForStatementKind::UPDATE; in ParseForStatement() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1328 ForStatementKind forKind = ForStatementKind::UPDATE; in ParseForInOf() local
1380 ForStatementKind forKind = ForStatementKind::UPDATE; in ParseForInOf() local
1511 ForStatementKind forKind = ForStatementKind::UPDATE; in ParseForStatement() local