Home
last modified time | relevance | path

Searched defs:catchClauses (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DtryStatement.h43 …explicit TryStatement(BlockStatement *block, ArenaVector<CatchClause *> &&catchClauses, BlockState… in TryStatement()
54 …explicit TryStatement(BlockStatement *block, ArenaVector<CatchClause *> &&catchClauses, BlockState… in TryStatement()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserStatements.cpp320 ArenaVector<ir::CatchClause *> catchClauses(Allocator()->Adapter()); in ParseTryStatement() local
DstatementParser.cpp1395 ArenaVector<ir::CatchClause *> catchClauses(Allocator()->Adapter()); in ParseTryStatement() local