Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h126 EHScopeStack::stable_iterator getEnclosingEHScope() const { in getEnclosingEHScope() function
512 InnermostEHScope = scope.getEnclosingEHScope(); in popCatch()
520 InnermostEHScope = scope.getEnclosingEHScope(); in popTerminate()
DCGCleanup.cpp143 si = cleanup->getEnclosingEHScope(); in getInnermostActiveEHScope()
183 InnermostEHScope = Cleanup.getEnclosingEHScope(); in popCleanup()
216 InnermostEHScope = filter.getEnclosingEHScope(); in popFilter()
553 EHScopeStack::stable_iterator EHParent = Scope.getEnclosingEHScope(); in PopCleanupBlock()
993 i = scope.getEnclosingEHScope(); in IsUsedAsEHCleanup()
DCGException.cpp1187 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope()); in emitCatchDispatchBlock()