Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h128 EHScopeStack::stable_iterator getEnclosingEHScope() const { in getEnclosingEHScope() function
523 InnermostEHScope = scope.getEnclosingEHScope(); in popCatch()
531 InnermostEHScope = scope.getEnclosingEHScope(); in popTerminate()
DCGCleanup.cpp145 si = cleanup->getEnclosingEHScope(); in getInnermostActiveEHScope()
185 InnermostEHScope = Cleanup.getEnclosingEHScope(); in popCleanup()
218 InnermostEHScope = filter.getEnclosingEHScope(); in popFilter()
590 EHScopeStack::stable_iterator EHParent = Scope.getEnclosingEHScope(); in PopCleanupBlock()
1031 i = scope.getEnclosingEHScope(); in IsUsedAsEHCleanup()
DCGException.cpp858 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope()); in emitCatchDispatchBlock()