Home
last modified time | relevance | path

Searched defs:FunctionParamScope (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.h454 class FunctionParamScope : public ParamScope { class
456 explicit FunctionParamScope(ArenaAllocator *allocator, Scope *parent) : ParamScope(allocator, parent) {} in FunctionParamScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::FunctionParamScope
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.h662 class FunctionParamScope : public ParamScope { class
664 explicit FunctionParamScope(ArenaAllocator *allocator, Scope *parent) : ParamScope(allocator, parent) {} in FunctionParamScope() function in FunctionParamScope

Completed in 5 milliseconds