Searched refs:CatchScope (Results 1 – 5 of 5) sorted by relevance
1058 if (CatchScope.getNumHandlers() == 1 && in emitWasmCatchPadBlock()1059 CatchScope.getHandler(0).isCatchAll()) { in emitWasmCatchPadBlock()1217 if (!CatchScope.hasEHBranches()) { in ExitCXXTryStmt()1218 CatchScope.clearHandlerBlocks(); in ExitCXXTryStmt()1224 emitCatchDispatchBlock(*this, CatchScope); in ExitCXXTryStmt()1229 CatchScope.begin(), CatchScope.begin() + NumHandlers); in ExitCXXTryStmt()1280 RunCleanupsScope CatchScope(*this); in ExitCXXTryStmt() local1308 CatchScope.ForceCleanup(); in ExitCXXTryStmt()2227 if (!CatchScope.hasEHBranches()) { in ExitSEHTryStmt()2228 CatchScope.clearHandlerBlocks(); in ExitSEHTryStmt()[all …]
138 CatchScope = 0x1000000, enumerator456 bool isCatchScope() const { return getFlags() & Scope::CatchScope; } in isCatchScope()
227 {CatchScope, "CatchScope"}, in dumpImpl()
2712 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock() local2713 Scope::CatchScope | in ParseCXXCatchBlock()
2602 ParseScope CatchScope(this, Scope::DeclScope | in ParseObjCTryStmt() local