Searched refs:CatchScope (Results 1 – 3 of 3) sorted by relevance
544 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers); in EnterCXXTryStmt() local567 CatchScope->setHandler(I, TypeInfo, Handler); in EnterCXXTryStmt()570 CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler); in EnterCXXTryStmt()876 static void emitCatchPadBlock(CodeGenFunction &CGF, EHCatchScope &CatchScope) { in emitCatchPadBlock() argument877 llvm::BasicBlock *DispatchBlock = CatchScope.getCachedEHDispatchBlock(); in emitCatchPadBlock()887 CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope()); in emitCatchPadBlock()889 unsigned NumHandlers = CatchScope.getNumHandlers(); in emitCatchPadBlock()895 const EHCatchScope::Handler &Handler = CatchScope.getHandler(I); in emitCatchPadBlock()1005 EHCatchScope &CatchScope = cast<EHCatchScope>(*EHStack.begin()); in ExitCXXTryStmt() local1006 assert(CatchScope.getNumHandlers() == NumHandlers); in ExitCXXTryStmt()[all …]
2146 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock() local
2564 ParseScope CatchScope(this, Scope::DeclScope|Scope::AtCatchScope); in ParseObjCTryStmt() local