Home
last modified time | relevance | path

Searched defs:LoopScope (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DwhileStatement.h31 class LoopScope; variable
DdoWhileStatement.h31 class LoopScope; variable
DloopStatement.h22 class LoopScope; variable
DforInStatement.h31 class LoopScope; variable
DforOfStatement.h31 class LoopScope; variable
DforUpdateStatement.h31 class LoopScope; variable
/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts545 export class LoopScope extends LocalScope { class
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h663 … explicit LoopScope(ArenaAllocator *allocator, Scope *parent) : VariableScope(allocator, parent) {} in LoopScope() function