Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/statements/
DloopStatement.h64 …explicit LoopStatement(AstNodeType type, binder::LoopScope *scope) : Statement(type), scope_(scope… in LoopStatement() function
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DloopStatement.h82 explicit LoopStatement(AstNodeType type) : Statement(type) {} in LoopStatement() function
/arkcompiler/ets_frontend/ets2panda/checker/
DcheckerContext.h27 class LoopStatement; variable