Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.h29 class FunctionScope; variable
Dpandagen.h32 class FunctionScope; variable
/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.h33 class FunctionScope; variable
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h491 class FunctionScope; variable
528 friend class FunctionScope; variable
578 …explicit FunctionScope(ArenaAllocator *allocator, Scope *parent) : ScopeWithParamScope(allocator, … in FunctionScope() function
/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts464 export class FunctionScope extends VariableScope { class