Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.h30 class VariableScope; variable
/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.h36 class VariableScope; variable
Dbinder.h42 class VariableScope; variable
Dscope.h419 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