Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCleanup.h128 EHScopeStack::stable_iterator getEnclosingEHScope() const { in getEnclosingEHScope() function
514 InnermostEHScope = scope.getEnclosingEHScope(); in popCatch()
522 InnermostEHScope = scope.getEnclosingEHScope(); in popTerminate()
DCGCleanup.cpp143 si = cleanup->getEnclosingEHScope(); in getInnermostActiveEHScope()
183 InnermostEHScope = Cleanup.getEnclosingEHScope(); in popCleanup()
216 InnermostEHScope = filter.getEnclosingEHScope(); in popFilter()
580 EHScopeStack::stable_iterator EHParent = Scope.getEnclosingEHScope(); in PopCleanupBlock()
1024 i = scope.getEnclosingEHScope(); in IsUsedAsEHCleanup()
DCGException.cpp1199 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope()); in emitCatchDispatchBlock()