Searched defs:catchClause (Results 1 – 10 of 10) sorted by relevance
44 TryStatementBuilder &AddCatchClause(CatchClause *catchClause) in AddCatchClause()
39 … explicit TryStatement(BlockStatement *block, CatchClause *catchClause, BlockStatement *finalizer) in TryStatement()
1361 auto *catchClause = AllocNode<ir::CatchClause>(param, catchBlock); in ParseCatchClause() local1393 ir::CatchClause *catchClause = nullptr; in ParseTryStatement() local
688 const catchClause = (sourceFile.statements[0] as any).body.statements[0].catchClause; constant
1916 auto *catchClause = AllocNode<ir::CatchClause>(catchScope, param, catchBlock); in ParseCatchClause() local1941 ir::CatchClause *catchClause = nullptr; in ParseTryStatement() local
891 for (const auto catchClause : tryStmt->CatchClauses()) { in AnalyzeTry() local
1671 ir::CatchClause *catchClause, checker::Type *clauseType) in CheckExceptionClauseType()
203 void ScopesInitPhase::VisitCatchClause(ir::CatchClause *catchClause) in VisitCatchClause()
1307 for (auto *catchClause : st->CatchClauses()) { in Check() local
3401 for (auto *catchClause : st->CatchClauses()) { in Check() local