Home
last modified time | relevance | path

Searched refs:CatchScope (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGException.cpp544 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers); in EnterCXXTryStmt() local
567 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() argument
877 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() local
1006 assert(CatchScope.getNumHandlers() == NumHandlers); in ExitCXXTryStmt()
[all …]
/external/clang/lib/Parse/
DParseStmt.cpp2146 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock() local
DParseObjc.cpp2564 ParseScope CatchScope(this, Scope::DeclScope|Scope::AtCatchScope); in ParseObjCTryStmt() local