Home
last modified time | relevance | path

Searched defs:catchClause (Results 1 – 8 of 8) 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/parser/
DstatementParser.cpp1228 auto *catchClause = AllocNode<ir::CatchClause>(param, catchBlock); in ParseCatchClause() local
1252 ir::CatchClause *catchClause = nullptr; in ParseTryStatement() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp1031 ir::CatchClause *catchClause, checker::Type *clauseType) in CheckExceptionClauseType()
DassignAnalyzer.cpp901 for (const auto catchClause : tryStmt->CatchClauses()) { in AnalyzeTry() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1901 auto *catchClause = AllocNode<ir::CatchClause>(catchScope, param, catchBlock); in ParseCatchClause() local
1926 ir::CatchClause *catchClause = nullptr; in ParseTryStatement() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp179 void ScopesInitPhase::VisitCatchClause(ir::CatchClause *catchClause) in VisitCatchClause()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp2121 for (auto *catchClause : st->CatchClauses()) { in Check() local
DTSAnalyzer.cpp1288 for (auto *catchClause : st->CatchClauses()) { in Check() local