Searched defs:FunctionParamScope (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
| H A D | scope.h | 454 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 D | scope.h | 662 class FunctionParamScope : public ParamScope { class 664 explicit FunctionParamScope(ArenaAllocator *allocator, Scope *parent) : ParamScope(allocator, parent) {} in FunctionParamScope() function in FunctionParamScope |
Completed in 5 milliseconds