Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp665 EHScopeStack::stable_iterator innermostScope in rescopeLabels() local
674 assert(innermostScope.encloses(dest.getScopeDepth())); in rescopeLabels()
675 dest.setScopeDepth(innermostScope); in rescopeLabels()
679 if (innermostScope != EHScopeStack::stable_end() && ParentScope) { in rescopeLabels()