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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h137 EHScopeStack::stable_iterator getEnclosingEHScope() const { function in class:clang::CodeGen::EHScope
563 InnermostEHScope = scope.getEnclosingEHScope();
571 InnermostEHScope = scope.getEnclosingEHScope();
H A DCGCleanup.cpp157 si = cleanup->getEnclosingEHScope();
206 InnermostEHScope = Cleanup.getEnclosingEHScope();
239 InnermostEHScope = filter.getEnclosingEHScope();
662 EHScopeStack::stable_iterator EHParent = Scope.getEnclosingEHScope();
1155 i = scope.getEnclosingEHScope();
H A DCGException.cpp918 CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope());
962 CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope());
1104 nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope());

Completed in 207 milliseconds