Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp675 EHScopeStack::stable_iterator innermostScope in rescopeLabels() local
684 assert(innermostScope.encloses(dest.getScopeDepth())); in rescopeLabels()
685 dest.setScopeDepth(innermostScope); in rescopeLabels()
689 if (innermostScope != EHScopeStack::stable_end() && ParentScope) { in rescopeLabels()