Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h143 EHScopeStack::stable_iterator getEnclosingEHScope() const { in getEnclosingEHScope() function
578 InnermostEHScope = scope.getEnclosingEHScope(); in popCatch()
586 InnermostEHScope = scope.getEnclosingEHScope(); in popTerminate()
DCGCleanup.cpp199 InnermostEHScope = Cleanup.getEnclosingEHScope(); in popCleanup()
232 InnermostEHScope = filter.getEnclosingEHScope(); in popFilter()
606 EHScopeStack::stable_iterator EHParent = Scope.getEnclosingEHScope(); in PopCleanupBlock()
1078 i = scope.getEnclosingEHScope(); in IsUsedAsEHCleanup()
DCGException.cpp885 CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope()); in emitCatchPadBlock()
960 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope()); in emitCatchDispatchBlock()