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