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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.h128 EHScopeStack::stable_iterator getEnclosingEHScope() const { function in class:clang::CodeGen::EHScope
514 InnermostEHScope = scope.getEnclosingEHScope();
522 InnermostEHScope = scope.getEnclosingEHScope();
H A DCGCleanup.cpp143 si = cleanup->getEnclosingEHScope();
183 InnermostEHScope = Cleanup.getEnclosingEHScope();
216 InnermostEHScope = filter.getEnclosingEHScope();
580 EHScopeStack::stable_iterator EHParent = Scope.getEnclosingEHScope();
1024 i = scope.getEnclosingEHScope();
H A DCGException.cpp1199 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope());

Completed in 80 milliseconds