Searched defs:tryStatement (Results 1 – 4 of 4) sorted by relevance
350 …auto *tryStatement = AllocNode<ir::TryStatement>(body, std::move(catchClauses), finalizer, finaliz… in ParseTryStatement() local
1434 …auto *tryStatement = AllocNode<ir::TryStatement>(body, std::move(catchClauses), finallyClause, fin… in ParseTryStatement() local
2752 auto *tryStatement = const_cast<ir::AstNode *>(node)->AsTryStatement(); in ExtendWithFinalizer() local
1960 auto *tryStatement = AllocNode<ir::TryStatement>(body, catchClause, finnalyClause); in ParseTryStatement() local