Searched defs:ParamScope (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
| H A D | scope.h | 421 class ParamScope : public Scope { class 441 explicit ParamScope(ArenaAllocator *allocator, Scope *parent) in ParamScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::ParamScope 511 T *ParamScope() in ParamScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::ScopeWithParamScope 516 const T *ParamScope() const in ParamScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::ScopeWithParamScope |
| /arkcompiler/ets_frontend/es2panda/binder/ | ||
| H A D | scope.h | 619 class ParamScope : public Scope { class 650 explicit ParamScope(ArenaAllocator *allocator, Scope *parent) in ParamScope() function in ParamScope 729 T *ParamScope() in ParamScope() function in ScopeWithParamScope 734 const T *ParamScope() const in ParamScope() function in ScopeWithParamScope |
Completed in 5 milliseconds