Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtryStatementBuilder.h44 TryStatementBuilder &AddCatchClause(CatchClause *catchClause) in AddCatchClause()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DtryStatement.h39 … explicit TryStatement(BlockStatement *block, CatchClause *catchClause, BlockStatement *finalizer) in TryStatement()
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1361 auto *catchClause = AllocNode<ir::CatchClause>(param, catchBlock); in ParseCatchClause() local
1393 ir::CatchClause *catchClause = nullptr; in ParseTryStatement() local
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DScopeAnalyzer.spec.ts688 const catchClause = (sourceFile.statements[0] as any).body.statements[0].catchClause; constant
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1916 auto *catchClause = AllocNode<ir::CatchClause>(catchScope, param, catchBlock); in ParseCatchClause() local
1941 ir::CatchClause *catchClause = nullptr; in ParseTryStatement() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DassignAnalyzer.cpp891 for (const auto catchClause : tryStmt->CatchClauses()) { in AnalyzeTry() local
DtypeCheckingHelpers.cpp1671 ir::CatchClause *catchClause, checker::Type *clauseType) in CheckExceptionClauseType()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp203 void ScopesInitPhase::VisitCatchClause(ir::CatchClause *catchClause) in VisitCatchClause()
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp1307 for (auto *catchClause : st->CatchClauses()) { in Check() local
DETSAnalyzer.cpp3401 for (auto *catchClause : st->CatchClauses()) { in Check() local