Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/statements/
DwhileStatement.h40 explicit WhileStatement(binder::LoopScope *scope, Expression *test, Statement *body) in WhileStatement() function
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h90 class WhileStatement; variable
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h76 class WhileStatement; variable