Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp493 EHScopeStack::stable_iterator innermostScope in rescopeLabels() local
502 assert(innermostScope.encloses(dest.getScopeDepth())); in rescopeLabels()
503 dest.setScopeDepth(innermostScope); in rescopeLabels()
507 if (innermostScope != EHScopeStack::stable_end() && ParentScope) { in rescopeLabels()