Home
last modified time | relevance | path

Searched defs:whileStatement (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp526 auto *whileStatement = childNode->AsWhileStatement(); in ResolveReferenceWhileHelper() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp901 auto *whileStatement = childNode->AsWhileStatement(); in ResolveReference() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1607 auto *whileStatement = AllocNode<ir::WhileStatement>(condition, body); in ParseWhileStatement() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2206 …auto *whileStatement = AllocNode<ir::WhileStatement>(iterCtx.LexicalScope().GetScope(), test, body… in ParseWhileStatement() local