Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp756 EHScopeStack::stable_iterator innermostScope in rescopeLabels() local
764 assert(innermostScope.encloses(dest.getScopeDepth())); in rescopeLabels()
765 dest.setScopeDepth(innermostScope); in rescopeLabels()
769 if (innermostScope != EHScopeStack::stable_end() && ParentScope) { in rescopeLabels()