Home
last modified time | relevance | path

Searched defs:catchClause (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtryStatementBuilder.h44 TryStatementBuilder &AddCatchClause(CatchClause *catchClause) in AddCatchClause() argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DtryStatement.h39 explicit TryStatement(BlockStatement *block, CatchClause *catchClause, BlockStatement *finalizer) in TryStatement() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp190 void ScopesInitPhase::VisitCatchClause(ir::CatchClause *catchClause) in VisitCatchClause() argument
/arkcompiler/ets_frontend/ets2panda/parser/
H A DstatementParser.cpp1233 auto *catchClause = AllocNode<ir::CatchClause>(param, catchBlock); in ParseCatchClause() local
1257 ir::CatchClause *catchClause = nullptr; in ParseTryStatement() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp1928 auto *catchClause = AllocNode<ir::CatchClause>(catchScope, param, catchBlock); in ParseCatchClause() local
1953 ir::CatchClause *catchClause = nullptr; in ParseTryStatement() local

Completed in 11 milliseconds