Searched refs:CatchScope (Results 1 – 5 of 5) sorted by relevance
1040 if (CatchScope.getNumHandlers() == 1 && in emitWasmCatchPadBlock()1041 CatchScope.getHandler(0).isCatchAll()) { in emitWasmCatchPadBlock()1193 if (!CatchScope.hasEHBranches()) { in ExitCXXTryStmt()1194 CatchScope.clearHandlerBlocks(); in ExitCXXTryStmt()1200 emitCatchDispatchBlock(*this, CatchScope); in ExitCXXTryStmt()1205 CatchScope.begin(), CatchScope.begin() + NumHandlers); in ExitCXXTryStmt()1257 RunCleanupsScope CatchScope(*this); in ExitCXXTryStmt() local1286 CatchScope.ForceCleanup(); in ExitCXXTryStmt()2218 if (!CatchScope.hasEHBranches()) { in ExitSEHTryStmt()2219 CatchScope.clearHandlerBlocks(); in ExitSEHTryStmt()[all …]
137 CatchScope = 0x1000000, enumerator448 bool isCatchScope() const { return getFlags() & Scope::CatchScope; } in isCatchScope()
222 {CatchScope, "CatchScope"}, in dumpImpl()
2624 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock() local2625 Scope::CatchScope | in ParseCXXCatchBlock()
2543 ParseScope CatchScope(this, Scope::DeclScope | in ParseObjCTryStmt() local