Searched defs:LoopStatement (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ir/statements/ | ||
H A D | loopStatement.h | 23 class LoopStatement : public Statement { class 86 explicit LoopStatement(AstNodeType type) : Statement(type) {} in LoopStatement() function in ark::es2panda::ir::LoopStatement |
/arkcompiler/ets_frontend/es2panda/ir/statements/ | ||
H A D | loopStatement.h | 35 class LoopStatement : public Statement { class 64 explicit LoopStatement(AstNodeType type, binder::LoopScope *scope) : Statement(type), scope_(scope) {} in LoopStatement() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::LoopStatement |
Completed in 1 milliseconds