Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h138 EHScopeStack::stable_iterator getEnclosingEHScope() const { in getEnclosingEHScope() function
580 InnermostEHScope = scope.getEnclosingEHScope(); in popCatch()
588 InnermostEHScope = scope.getEnclosingEHScope(); in popTerminate()
DCGCleanup.cpp165 si = cleanup->getEnclosingEHScope(); in requiresLandingPad()
216 InnermostEHScope = Cleanup.getEnclosingEHScope(); in popCleanup()
249 InnermostEHScope = filter.getEnclosingEHScope(); in popFilter()
623 EHScopeStack::stable_iterator EHParent = Scope.getEnclosingEHScope(); in PopCleanupBlock()
1107 i = scope.getEnclosingEHScope(); in IsUsedAsEHCleanup()
DCGException.cpp887 CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope()); in emitCatchPadBlock()
962 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope()); in emitCatchDispatchBlock()