Home
last modified time | relevance | path

Searched defs:CatchScope (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
DcatchClause.h31 class CatchScope; variable
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h643 friend class CatchScope; variable
648 …explicit CatchScope(ArenaAllocator *allocator, Scope *parent) : ScopeWithParamScope(allocator, par… in CatchScope() function