Searched defs:CatchScope (Results 1 – 4 of 4) sorted by relevance
544 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers); in EnterCXXTryStmt() local876 static void emitCatchPadBlock(CodeGenFunction &CGF, EHCatchScope &CatchScope) { in emitCatchPadBlock()1005 EHCatchScope &CatchScope = cast<EHCatchScope>(*EHStack.begin()); in ExitCXXTryStmt() local1055 RunCleanupsScope CatchScope(*this); in ExitCXXTryStmt() local1794 EHCatchScope *CatchScope = EHStack.pushCatch(1); in EnterSEHTryStmt() local1828 EHCatchScope &CatchScope = cast<EHCatchScope>(*EHStack.begin()); in ExitSEHTryStmt() local
2146 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock() local
2564 ParseScope CatchScope(this, Scope::DeclScope|Scope::AtCatchScope); in ParseObjCTryStmt() local
321 class CatchScope { class in v8::internal::compiler::JSCallReducerAssembler324 explicit CatchScope(Zone* zone) : if_exception_nodes_(zone) {} in CatchScope() function in v8::internal::compiler::JSCallReducerAssembler::CatchScope327 CatchScope(Zone* zone, JSCallReducerAssembler* gasm) in CatchScope() function in v8::internal::compiler::JSCallReducerAssembler::CatchScope