Home
last modified time | relevance | path

Searched defs:catchClause (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DtryStatement.h39 … explicit TryStatement(BlockStatement *block, CatchClause *catchClause, BlockStatement *finalizer) in TryStatement()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DtryStatement.cpp121 for (auto *catchClause : catchClauses_) { in SetReturnType() local
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1215 auto *catchClause = AllocNode<ir::CatchClause>(param, catchBlock); in ParseCatchClause() local
1239 ir::CatchClause *catchClause = nullptr; in ParseTryStatement() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1890 auto *catchClause = AllocNode<ir::CatchClause>(catchScope, param, catchBlock); in ParseCatchClause() local
1915 ir::CatchClause *catchClause = nullptr; in ParseTryStatement() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp2397 for (auto *catchClause : st->CatchClauses()) { in Check() local
2415 for (auto *catchClause : st->CatchClauses()) { in Check() local
DTSAnalyzer.cpp1483 for (auto *catchClause : st->CatchClauses()) { in Check() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp140 void ScopesInitPhase::VisitCatchClause(ir::CatchClause *catchClause) in VisitCatchClause()