Home
last modified time | relevance | path

Searched defs:VariableScope (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.h30 class VariableScope; variable
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvariable.h35 class VariableScope; variable
Dscope.h384 explicit VariableScope(ArenaAllocator *allocator, Scope *parent) : Scope(allocator, parent) {} in VariableScope() function
/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.h36 class VariableScope; variable
Dbinder.h43 class VariableScope; variable
Dscope.h457 explicit VariableScope(ArenaAllocator *allocator, Scope *parent) : Scope(allocator, parent), in VariableScope() function
/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts301 export abstract class VariableScope extends Scope { class