Searched refs:CatchScope (Results 1 – 6 of 6) sorted by relevance
1034 if (CatchScope.getNumHandlers() == 1 && in emitWasmCatchPadBlock()1035 CatchScope.getHandler(0).isCatchAll()) { in emitWasmCatchPadBlock()1187 if (!CatchScope.hasEHBranches()) { in ExitCXXTryStmt()1188 CatchScope.clearHandlerBlocks(); in ExitCXXTryStmt()1194 emitCatchDispatchBlock(*this, CatchScope); in ExitCXXTryStmt()1199 CatchScope.begin(), CatchScope.begin() + NumHandlers); in ExitCXXTryStmt()1251 RunCleanupsScope CatchScope(*this); in ExitCXXTryStmt() local1280 CatchScope.ForceCleanup(); in ExitCXXTryStmt()2211 if (!CatchScope.hasEHBranches()) { in ExitSEHTryStmt()2212 CatchScope.clearHandlerBlocks(); in ExitSEHTryStmt()[all …]
170 {CatchScope, "CatchScope"}, in dumpImpl()
777 if (S->getFlags() & Scope::CatchScope) in isWithinCatchScope()
137 CatchScope = 0x1000000, enumerator
2472 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock() local2473 Scope::CatchScope | in ParseCXXCatchBlock()
2536 ParseScope CatchScope(this, Scope::DeclScope | in ParseObjCTryStmt() local